func net/http.noResponseBodyExpected
4 uses
net/http (current package)
transfer.go#L124: t.ResponseToHEAD = noResponseBodyExpected(t.Method)
transfer.go#L250: func noResponseBodyExpected(requestMethod string) bool {
transfer.go#L565: if isResponse && (noResponseBodyExpected(t.RequestMethod) || !bodyAllowedForStatus(t.StatusCode)) {
transfer.go#L694: if isResponse && noResponseBodyExpected(requestMethod) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)